home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / utils3 / bootmenu / !Boot / !Run < prev    next >
Text File  |  1995-05-22  |  705b  |  21 lines

  1. | ==================================================================
  2.  
  3. | If you want to see the menu WHENEVER you boot up your computer,
  4. | just set the variable Menu$Opt to "on" in the next line.
  5.  
  6. Set Menu$Opt "off"
  7.  
  8. | ==================================================================
  9.  
  10. | If you have a slow machine and don't want the menu segments
  11. | to be flood filled, set Fill$Opt to 0.
  12.  
  13. Set Fill$Opt 1
  14.  
  15. | ==================================================================
  16.  
  17. Set BM$Dir <Obey$Dir>
  18. Set BF$Dir <BM$Dir>.Bootfiles
  19. IconSprites <BM$Dir>.!Sprites
  20. If "<Wimp$State>"="desktop" then run <bm$dir>.!RunImage <bf$dir>.Demo Else If "<Menu$Opt>"="on" then RUN <BM$Dir>.MenuOn Else RUN <BM$Dir>.MenuOff
  21.